Fix the handling of sets in the interface -- expecting a pointer to X to serve
authorEwan Mellor <ewan@xensource.com>
Sat, 28 Oct 2006 10:50:35 +0000 (11:50 +0100)
committerEwan Mellor <ewan@xensource.com>
Sat, 28 Oct 2006 10:50:35 +0000 (11:50 +0100)
commit07b95037c7aad572d773504456d69f5e6c5bd3b0
tree3acfe2dda8af60e855c04ce9a5e9fdea3f0f02d2
parent4d00dc893bc80164e6fcaa81e9d7ca9d9f7c27f2
Fix the handling of sets in the interface -- expecting a pointer to X to serve
as a list of them was too hopeful -- that's what the set structures are for.

Based upon a patch by Jim Fehlig.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_host.h
tools/libxen/include/xen_network.h
tools/libxen/include/xen_sr.h
tools/libxen/include/xen_vdi.h
tools/libxen/include/xen_vm.h
tools/libxen/src/xen_host.c
tools/libxen/src/xen_network.c
tools/libxen/src/xen_sr.c
tools/libxen/src/xen_vdi.c
tools/libxen/src/xen_vm.c